home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / SRC\IRCII-2.6\INCLUDE\DEFS.H < prev    next >
C/C++ Source or Header  |  1994-12-28  |  6KB  |  245 lines

  1. /* include/defs.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if you have dirent.h.  */
  11. #define DIRENT
  12.  
  13. /* Define to the type of elements in the array set by `getgroups'.
  14.    Usually this is either `int' or `gid_t'.  */
  15. #undef GETGROUPS_T
  16.  
  17. /* Define to `int' if <sys/types.h> doesn't define.  */
  18. #undef gid_t
  19.  
  20. /* Define if you have the POSIX.1 `waitpid' function.  */
  21. #undef HAVE_WAITPID
  22.  
  23. /* Define to `int' if <sys/types.h> doesn't define.  */
  24. #undef mode_t
  25.  
  26. /* Define if you don't have dirent.h, but have ndir.h.  */
  27. #undef NDIR
  28.  
  29. /* Define to `int' if <sys/types.h> doesn't define.  */
  30. #define pid_t int
  31.  
  32. /* Define if the system does not provide POSIX.1 features except
  33.    with this defined.  */
  34. #undef _POSIX_1_SOURCE
  35.  
  36. /* Define if you need to in order for stat and other things to work.  */
  37. #undef _POSIX_SOURCE
  38.  
  39. /* Define as the return type of signal handlers (int or void).  */
  40. #define RETSIGTYPE void
  41.  
  42. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  43. #undef size_t
  44.  
  45. /* Define if you have the ANSI C header files.  */
  46. #define STDC_HEADERS
  47.  
  48. /* Define on System V Release 4.  */
  49. #undef SVR4
  50.  
  51. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  52. #undef SYSDIR
  53.  
  54. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  55. #undef SYSNDIR
  56.  
  57. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  58. #undef TIME_WITH_SYS_TIME
  59.  
  60. /* Define to `int' if <sys/types.h> doesn't define.  */
  61. #undef uid_t
  62.  
  63. /* Define if the closedir function returns void instead of int.  */
  64. #undef VOID_CLOSEDIR
  65.  
  66. /* define if allow sys/time.h with time.h */
  67. #undef TIME_WITH_SYS_TIME
  68.  
  69. /* define this if you are using BSD wait union thigs */
  70. #undef BSDWAIT
  71.  
  72. /* define this if you are using -ltermcap */
  73. #undef USING_TERMCAP
  74.  
  75. /* define this if you are using -lcurses */
  76. #undef USING_CURSES
  77.  
  78. /* define this if you are using -lxtermcap */
  79. #undef USING_XTERMCAP
  80.  
  81. /* define this if you are using -ltermlib */
  82. #undef USING_TERMLIB
  83.  
  84. /* define this if you are using sigaction() instead of signal() */
  85. #undef USE_SIGACTION
  86.  
  87. /* define this if you are using sigset() instead of signal() */
  88. #undef USE_SIGSET
  89.  
  90. /* define this if you are using system V (unreliable) signals */
  91. #undef SYSVSIGNALS
  92.  
  93. /* define this if wait3() is declared */
  94. #undef WAIT3_DECLARED
  95.  
  96. /* define this if waitpid() is declared */
  97. #undef WAITPID_DECLARED
  98.  
  99. /* define this if waitpid() is unavailable */
  100. #undef NEED_WAITPID
  101.  
  102. /* define this if -lnls exists */
  103. #undef HAVE_LIB_NLS
  104.  
  105. /* define this if you have scandir() */
  106. #undef HAVE_SCANDIR
  107.  
  108. /* define this if you have memmove() */
  109. #undef HAVE_MEMMOVE
  110.  
  111. /* define this if you have setsid() */
  112. #undef HAVE_SETSID
  113.  
  114. /* define this if you have getsid() */
  115. #undef HAVE_GETSID
  116.  
  117. /* define this if you have getpgid() */
  118. #undef HAVE_GETPGID
  119.  
  120. /* define this if your getpgrp() doesn't take a pid argument */
  121. #undef BROKEN_GETPGRP
  122.  
  123. /* define this if you need getcwd() */
  124. #undef NEED_GETCWD 
  125.  
  126. /* define this if you have hpux version 7 */
  127. #undef HPUX7
  128.  
  129. /* define this if you have hpux version 8 */
  130. #undef HPUX8
  131.  
  132. /* define this if you have an unknown hpux version (pre ver 7) */
  133. #undef HPUXUNKNOWN
  134.  
  135. /* define this if an unsigned long is 32 bits */
  136. #undef UNSIGNED_LONG32
  137.  
  138. /* define this if an unsigned int is 32 bits */
  139. #undef UNSIGNED_INT32
  140.  
  141. /* define this if you are unsure what is is 32 bits */
  142. #undef UNKNOWN_32INT
  143.  
  144. /* define this if you are on a svr4 derivative */
  145. #undef SVR4
  146.  
  147. /* define this if you are on solaris 2.x */
  148. #undef __solaris__
  149.  
  150. /* define this if you don't have struct linger */
  151. #undef NO_STRUCT_LINGER
  152.  
  153. /* define this if you are on svr3/twg */
  154. #undef WINS
  155.  
  156. /* define this if you need fchmod */
  157. #undef NEED_FCHMOD
  158.  
  159. /* define this to the location of normal unix mail */
  160. #undef UNIX_MAIL
  161.  
  162. /* define this if your header files declare sys_errlist */
  163. #undef SYS_ERRLIST_DECLARED
  164.  
  165. /* define this if you have uname(2) */
  166. #undef HAVE_UNAME
  167.  
  168. /* define this if you need strerror(3) */
  169. #undef NEED_STRERROR
  170.  
  171. /* Define if you have the <fcntl.h> header file.  */
  172. #define HAVE_FCNTL_H
  173.  
  174. /* Define if you have the <limits.h> header file.  */
  175. #undef HAVE_LIMITS_H
  176.  
  177. /* Define if you have the <memory.h> header file.  */
  178. #undef HAVE_MEMORY_H
  179.  
  180. /* Define if you have the <netdb.h> header file.  */
  181. #undef HAVE_NETDB_H
  182.  
  183. /* Define if you have the <stdarg.h> header file.  */
  184. #undef HAVE_STDARG_H
  185.  
  186. /* Define if you have the <string.h> header file.  */
  187. #undef HAVE_STRING_H
  188.  
  189. /* Define if you have the <sys/fcntl.h> header file.  */
  190. #undef HAVE_SYS_FCNTL_H
  191.  
  192. /* Define if you have the <sys/file.h> header file.  */
  193. #undef HAVE_SYS_FILE_H
  194.  
  195. /* Define if you have the <sys/ptem.h> header file.  */
  196. #undef HAVE_SYS_PTEM_H
  197.  
  198. /* Define if you have the <sys/select.h> header file.  */
  199. #undef HAVE_SYS_SELECT_H
  200.  
  201. /* Define if you have the <sys/time.h> header file.  */
  202. #undef HAVE_SYS_TIME_H
  203.  
  204. /* Define if you have the <sys/twg_config.h> header file.  */
  205. #undef HAVE_SYS_TWG_CONFIG_H
  206.  
  207. /* Define if you have the <sys/un.h> header file.  */
  208. #undef HAVE_SYS_UN_H
  209.  
  210. /* Define if you have the <sys/wait.h> header file.  */
  211. #undef HAVE_SYS_WAIT_H
  212.  
  213. /* Define if you have the <unistd.h> header file.  */
  214. #undef HAVE_UNISTD_H
  215.  
  216. /* Define if you have the dgc library (-ldgc).  */
  217. #undef HAVE_LIBDGC
  218.  
  219. /* Define if you have the elf library (-lelf).  */
  220. #undef HAVE_LIBELF
  221.  
  222. /* Define if you have the fl library (-lfl).  */
  223. #undef HAVE_LIBFL
  224.  
  225. /* Define if you have the inet library (-linet).  */
  226. #undef HAVE_LIBINET
  227.  
  228. /* Define if you have the nls library (-lnls).  */
  229. #undef HAVE_LIBNLS
  230.  
  231. /* Define if you have the nsl library (-lnsl).  */
  232. #undef HAVE_LIBNSL
  233.  
  234. /* Define if you have the posix library (-lposix).  */
  235. #undef HAVE_LIBPOSIX
  236.  
  237. /* Define if you have the resolv library (-lresolv).  */
  238. #undef HAVE_LIBRESOLV
  239.  
  240. /* Define if you have the socket library (-lsocket).  */
  241. #undef HAVE_LIBSOCKET
  242.  
  243. /* Define if you have the sun library (-lsun).  */
  244. #undef HAVE_LIBSUN
  245.